速報APP / 教育 / Data Structures

Data Structures

價格:免費

更新日期:2016-04-28

檔案大小:1.5M

目前版本:5.0

版本需求:Android 2.3.3 以上版本

官方網站:mailto:arunchintala1997@gmail.com

Data Structures(圖1)-速報App

Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. For example, we have data player's name "Virat" and age 26. Here "Virat" is of String data type and 26 is of integer data type.

We can organize this data as a record like Player record. Now we can collect and store player's records in a file or database as a data structure. For example: "Dhoni" 30, "Gambhir" 31, "Sehwag" 33

Data Structures(圖2)-速報App

In simple language, Data Structures are structures programmed to store ordered data, so that various operations can be performed on it easily.

Data Structures(圖3)-速報App

Data Structures(圖4)-速報App

Data Structures(圖5)-速報App

Data Structures(圖6)-速報App